05. Part 2: Failover And Recovery
Failover And Recovery
In the standby region:
- Create an EC2 keypair in the region
- Launch an Amazon Linux EC2 instance in the standby region. Configure the instance to use the VPC's public subnet and security group ("UDARR-Application").
- SSH to the instance and connect to the read replica database.
- Verify if you are not able to insert data into the database but are able to read from the database.
- You have now demonstrated that you can only read from the read replica database.
Task Feedback:
Good job!
- Promote the read replica
- Verify that if you are able to insert data into and read from the read replica database.
- You have now demonstrated that you can read and write the promoted database in the standby region.
Task Feedback:
Well done!
ND0063 C1 Project Part 2